activePDF Toolkit 2011 API Reference
Code 39 Mod 43
Appendices > Symbologies > Alphanumeric Symbologies > Code 39 Mod 43

Glossary Item Box


Other Names for Code 39 Mod 43 

HIBC (Health Industry Bar Code), LOGMARS (Logistics Applications of Automated Marking and Reading Symbols), HIBC Code 39

Overview

Code 39 Mod 43 is similar to Code39 with the addition of a modulo 43 check digit appended to the last character. This enables very high level of accuracy. The health industry uses the Mod 43 version of Code39 frequently.

Structure

Code 39 Mod 43 has the following structure:
  • A start character - plus (+).
  • Encoded value.
  • Checkdigit required
  • A stop character - asterisk (*).
Each character consists of up to five bars and four spaces, making nine elements where three out of nine elements are wide The height of the bars must be at least 0.15 times the barcode's length or .25 inches. You must use the greater of the two measurements.

To ensure quality, the width of the inter-character gap should equal the width of the narrowest element (X). The leading and trailing quiet zones must be at least 10 times the length of the narrowest element (X) or .10 inches. You must use the greater of the two measurements.

If you are creating a Code 39 Mode 43 barcode, you must set Code39OptionalCheckDigit equal to true.

Code 39 Mod 43 must use a plus (+) symbol for the leading character. Toolkit adds the plus sign automatically if the encoded value does not contain one.